Purpose |
When the user is importing the sell sheet, if a material is already in the cart that they are trying to import. |
Release No# |
001 |
Submitted on |
07/29/2013 |
Submitted by |
Rajesh S |
Source/Destination Systems |
NEC DEV/NEC QA |
Release Sent To |
Kevin |
Objects Created By |
Rajesh S |
Objects Tested By |
Kevin |
TFS/ROCET/NewEra.ROCET.Service/ROC/ |
|
Type |
Name |
Change |
|
1 |
Procedure |
Usp_CreateExcelSellCart |
Updated Usp_CreateExcelSellCart procedure. |
2 |
Procedure |
ImportValidMaterials |
Created ImportValidMaterials procedure. |
3 |
Procedure |
DeleteInValidMaterials |
Created DeleteInValidMaterials procedure. |
Test Scenario |
Expected Results |
Actual Result |
|
1 |
Roc ->Tools->Create Order. |
Redirect to CreateOrder.aspx page. |
redirected to CreateOrder.aspx page. |
2 |
Search material in page and add material to the cart. |
Search material are displayed.Cart with selected materials. . |
Search material are displayed.materials are added to the cart. |
3 |
Click on import sell sheet button in create order page. |
window open which has file upload control. |
window open which have file upload control. |
4 |
Click on select file button in window add select sell sheet file. |
selected sell sheet file materials are imported to the cart while importing ask user conformation if a material is already in the cart that they are trying to import.if user click ok button import excel sheet cart material with existing cart material.if user click cancel button don't over write existing materials. |
selected sell sheet file materials are imported to the cart while importing asking user conformation if a material is already in the cart that they are trying to import.if user click ok button import excel sheet cart material with existing cart material.if user click cancel button don't over write existing materials. |